[C#] RichTextBox.AutoWordSelection broken?
Posted
by Nilbert
on Stack Overflow
See other posts from Stack Overflow
or by Nilbert
Published on 2010-05-18T18:40:14Z
Indexed on
2010/05/18
20:40 UTC
Read the original article
Hit count: 217
I am writing a windows forms application in C# and I create a RichTextBox (via code, not the designer). I am setting the AutoWordSelection property to false, but when I highlight stuff in the box, it still jumps to the boundaries of words, plus a space. Is this a flaw in .NET or am I doing it wrong?
© Stack Overflow or respective owner